PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DRenderMode Class / setAuxiliaryColor Method
A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that represents the auxiliary color to be used when rendering the 3D image.
In This Topic
    setAuxiliaryColor Method
    In This Topic
    Sets the auxiliary color.
    Syntax
    public void setAuxiliaryColor( 
       PDFRgbColor color
    )

    Parameters

    color
    A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that represents the auxiliary color to be used when rendering the 3D image.
    See Also